home *** CD-ROM | disk | FTP | other *** search
/ Gigarom 1 / Gigarom Macintosh Archives (Quantum Leap)(CDRM1080320)(1993).iso / FILES / HYP / C-D / DeveloperStax.cpt / Developer Stack 1.2r / card_32241.txt < prev    next >
Text File  |  1989-02-26  |  1KB  |  37 lines

  1. -- card: 32241 from stack: in.2r
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 2612
  5. -- name: InitMidi
  6.  
  7.  
  8. -- part contents for background part 2
  9. ----- text -----
  10. InitMidi
  11.  
  12. -- part contents for background part 3
  13. ----- text -----
  14. InitMidi XCMD installs the MIDI serial interrupt handler and allocates input and output queues (8K each).
  15.  
  16.  
  17. Here are a few XCMDs to implement simple MIDI communication via a standard MIDI interface on the modem port.  Please let me hear your thoughts.  If there is interest in a full featured HyperMIDI interface with MIDI event filtering, time stamping, sequence record and playback and save to file, etc., let me know.
  18. Nigel J. Redmon     
  19. CIS: 72736,753    
  20. PAN: NIGELR
  21.  
  22. See also ResetMidi*, TXMidi*, and RxMidi*
  23.  
  24.  
  25. -- part contents for background part 10
  26. ----- text -----
  27. Syntax:
  28.  
  29. InitMIDI <rate>
  30.  
  31. Rate is 1[MHz], 2[MHz], or 5[00KHz], the clock rate of your MIDI interface (usually 1MHz).  Default is 1MHz.  Call this before using other commands (ResetMidi*, TXMidi*, RxMidi*).
  32.  
  33.  
  34.  
  35. -- part contents for background part 13
  36. ----- text -----
  37. 27